inherited LogPrefsFrame: TLogPrefsFrame HelpType = htKeyword HelpKeyword = 'Folder_View_Log_Options' Caption = 'Folder Log' inherited DefaultBtn: TUiButton TabOrder = 2 end object LogIncludeGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 105 Caption = 'Include these types of messages' TabOrder = 0 object LogIncludeOpSummaryEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Operation summaries' TabOrder = 0 OnClick = SomethingChangedClick end object LogIncludeOpDetailsEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Operation details' TabOrder = 1 OnClick = SomethingChangedClick end object LogIncludeWarningEdit: TUiCheckBox Left = 8 Top = 60 Height = 17 Caption = 'Warnings' TabOrder = 2 OnClick = SomethingChangedClick end object LogIncludeConnectionEdit: TUiCheckBox Left = 8 Top = 80 Height = 17 Caption = 'FTP trace' TabOrder = 3 OnClick = SomethingChangedClick end end object LogMiscGroupBox: TUiGroupBox Left = 8 Top = 120 Width = 409 Height = 161 Caption = 'Miscellaneous' TabOrder = 1 object LogMaxSizeLbl: TUiLabel Left = 8 Top = 16 Height = 13 Caption = 'Display up to:' FocusControl = LogMaxSizeEdit end object LogMaxSizeMessagesLbl: TUiLabel Left = 104 Top = 36 Height = 13 Caption = 'messages' FocusControl = LogMaxSizeEdit end object LogAutoSaveFilenameLbl: TUiLabel Left = 8 Top = 64 Height = 13 Caption = 'Automatically save messages to file:' FocusControl = LogAutoSaveFilenameEdit end object LogAutoSaveFilenameBtn: TUiBrowseSpeedButton Left = 376 Top = 80 BrowseEdit = LogAutoSaveFilenameEdit end object LogColorLbl: TUiLabel Left = 8 Top = 108 Height = 13 Caption = 'Color:' FocusControl = LogColorEdit end object LogMaxSizeEdit: TUiSpinEdit Left = 8 Top = 32 Width = 89 Height = 21 Increment = 1000 Max = 1000000000 Min = 1000 Position = 1000000 TabOrder = 0 OnChange = SomethingChangedClick end object LogAutoSaveFilenameEdit: TUiBrowseEdit Left = 8 Top = 80 Width = 361 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick OnBrowse = LogAutoSaveFilenameBrowse end object LogColorEdit: TUiColorEdit Left = 8 Top = 124 Width = 145 Height = 21 AllowDefault = False Selected = clBlack TabOrder = 2 OnSelect = SomethingChangedClick end end end